github.com/klauspost/compress/flate.huffmanBitWriter.writer (field)
11 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L101: writer io.Writer
huffman_bit_writer.go#L147: writer: w,
huffman_bit_writer.go#L156: w.writer = writer
huffman_bit_writer.go#L221: _, w.err = w.writer.Write(b)
huffman_bit_writer.go#L867: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L895: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L918: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L944: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L966: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1123: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1152: _, w.err = w.writer.Write(w.bytes[:nbytes])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |